projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa7e30
)
deltas: Make syntax-check happy
author
Colin Walters
<walters@verbum.org>
Sat, 31 Jan 2015 19:52:16 +0000
(14:52 -0500)
committer
Colin Walters
<walters@verbum.org>
Mon, 16 Feb 2015 15:10:35 +0000
(10:10 -0500)
tests/test-rollsum.c
patch
|
blob
|
history
diff --git
a/tests/test-rollsum.c
b/tests/test-rollsum.c
index e79c8956edd182d169bf927e4fd076a7d58efd69..c64943e7cfd615339b4f2971ee4c68494dfe19ec 100644
(file)
--- a/
tests/test-rollsum.c
+++ b/
tests/test-rollsum.c
@@
-41,7
+41,7
@@
main (int argc, char **argv)
g_setenv ("GIO_USE_VFS", "local", TRUE);
if (argc < 3)
- exit (
1
);
+ exit (
EXIT_FAILURE
);
from_path = argv[1];
to_path = argv[2];